home *** CD-ROM | disk | FTP | other *** search
File List | 1993-04-07 | 11.5 KB | 229 lines |
-
-
- Pro AudioSpectrum Software Development Kit
- Copyright (c) 1991-1993. Media Vision, Inc. All Rights Reserved
-
-
- ----====< History >====----
-
-
- Final Release 3.00, April 7, 1993
- Update Revision 2.01, October 2, 1992
- Update Revision 2.02, November 11, 1992
- Final Release 2.00, July 22, 1992
-
-
- Contents of Disk #1:
-
- \
- √ƒƒƒINC
- ¿ƒƒƒPAS
- √ƒƒƒINC
- √ƒƒƒCDROMAPP
- √ƒƒƒPCM
- √ƒƒƒMISC
- √ƒƒƒTOOLS
- ¿ƒƒƒSUBS
- √ƒƒƒCDROM
- √ƒƒƒFM
- √ƒƒƒMIDI
- √ƒƒƒMISC
- √ƒƒƒMIXERS
- ≥ ¿ƒƒƒFYI
- √ƒƒƒMVSOUND
- √ƒƒƒPCM
- ¿ƒƒƒVIDEO
-
-
- Contents of Disk #2:
-
- \
- √ƒƒƒPAS
- ≥ √ƒƒƒINC
- ≥ ¿ƒƒƒTOOLS
- ¿ƒƒƒSAMPLES
-
-
- \PAS\READ.ME.....................Latest news.
- \PAS\CONTENTS.LST................Latest contents of this diskette.
- \PAS\TECHNOTE.DOC................Technical tips, trick or techniques.
- \PAS\BLOCK.DIA...................Mixer Hardware diagram.
- \PAS\INC.BAT.....................Batch file to setup INCLUDE & LIB paths
-
- \INC\PLAY.H......................'C' WAV and VOC file structure defintions.
- \DDRIVER.INC.................DOS device driver control blocks.
- \PLAY.INC....................ASM WAV and VOC file structure defintions.
- \MASM.INC....................Assembler macros and equates.
- \MODEL.INC...................Memory Model selection.
- \PCMIO.H.....................PCM block and file I/O prototypes.
-
- \PAS\INC\BINARY.H................Int 2F interface include for 'C'.
- \BINARY.INC..............Int 2F interface include for assembler.
- \BVHLLIB.LIB.............Borland Hardware small model routines for Borland.
- \BVHSLIB.LIB.............Borland Hardware tiny model routines for Borland.
- \BVHTLIB.LIB.............Borland Hardware large model routines for Borland.
- \BVLLIB.LIB..............Borland High & Low level Tiny model routines.
- \BVSLIB.LIB..............Borland High & Low level Small model routines.
- \BVTLIB.LIB..............Borland High & Low level Large model routines.
- \CDMASTER.H..............Prototypes, etc., for the CDROM routines.
- \CDROM.H.................Prototypes, etc., for the CDROM routines.
- \COMMON.H................Hardware port definitions for 'C'.
- \COMMON.INC..............Hardware port definitions for assembler.
- \MIXERS.H................Prototypes for cMV* mixer routines.
- \MVMIDI.H................Prototypes, etc., for the MIDI routines.
- \MVMIDI.INC..............Some data declarations for the MIDI routines.
- \MVSOUND.H...............Prototypes for MVSOUND.ASM routines.
- \MVHSLIB.LIB.............Hardware access routines in small model.
- \MVHTLIB.LIB.............Hardware access routines in tiny model.
- \MVHLLIB.LIB.............Hardware access routines in large model.
- \MVLLIB.LIB..............High and low level routines in tiny model.
- \MVSLIB.LIB..............High and low level routines in small model.
- \MVTLIB.LIB..............High and low level routines in large model.
- \STATE.H.................Hardware state table definitions for 'C'
- \STATE.INC...............Hardware state table definitions for assembler.
- \TARGET.H................Specific hardware product definitions for 'C'.
- \TARGET.INC..............Specific hardware product definitions for assm.
-
- \PAS\CDROMAPP\MK.BAT.............A batch file to envoke MAKEFILE.
- \MAKEFILE...........Make file for all CDROM Applications.
- \CDPLAY.C...........Example Application to play a CD song.
- \CDRESUME.C.........Example Application to resume a paused CD song.
- \CDRESET.C..........Example Application to reset a CD player.
- \CDSTOP.C...........Example Application to stop a playing CD song.
- \CDSTATUS.C.........Example Application to retrieve status.
- \CDPAUSE.C..........Example Application to pause a playing CD song.
-
- \PAS\PCM\MK.BAT..................A batch file to envoke all these make files.
- \BLOCKIN.................Make file for BLOCKIN.C.
- \BLOCKIN.C...............Example PCM BLOCK recording program.
- \BLOCKOUT................Make file for BLOCKOUT.C.
- \BLOCKOUT.C..............Example PCM BLOCK playback program.
- \FIXWAVE.................Make file for FIXWAVE.C.
- \FIXWAVE.C...............Fixes some bad .WAV file headers.
- \PLAYFILE................Make file for PLAYFILE.C.
- \PLAYFILE.C..............Example PCM FILE playback program.
- \PLAYFILE.H..............Prototypes for routines within PLAYFILE.C
- \PLAYTEXT.H..............Text messages for PLAYFILE.C
- \RECFILA.ASM.............Low level routines for RECFILE.C
- \RECFILE.................Make file for RECFILE.C
- \RECFILE.C...............Example PCM FILE recording program.
- \RECTEXT.H...............Text messages for RECFILE.C
- \WAVEIT..................Make file for WAVEIT.C.
- \WAVEIT.C................Creates .WAV files from raw or .VOC files.
-
- \PAS\SUBS\MK.BAT.................Batch file to rebuild all libraries.
- \TINY.BAT...............Batch file to rebuild the TINY libraries.
- \SMALL.BAT..............Batch file to rebuild the SMALL libraries.
- \LARGE.BAT..............Batch file to rebuild the LARGE libraries.
-
- \PAS\SUBS\CDROM\MK.BAT...........Batch file to build all CDROM low level code
- \MAKEFILE.........Make file to build all CDROM low level code
- \TINY.BAT.........Batch file to compile all code for TINY model
- \SMALL.BAT........Batch file to compile all code for SMALL model
- \LARGE.BAT........Batch file to compile all code for LARGE model
- \CDMASTER.C.......Low level CDROM access routines.
- \CDROM.C..........Low level CDROM access routines.
- \MSCDEX.ASM.......Low level CDROM access routines.
-
- \PAS\SUBS\FM\MK.BAT..............Batch file to build all FM low level code
- \MAKEFILE............Make file for FM routines.
- \TINY.BAT............Batch file to compile all code for TINY model
- \SMALL.BAT...........Batch file to compile all code for SMALL model
- \LARGE.BAT...........Batch file to compile all code for LARGE model
- \3812A.ASM...........Low level I/O routines for the 3812.
- \PHASE...............Make file for PHASE.C
- \PHASE.C.............Example of special effects for 2OP stereo FM
- \PAN2OP..............Make file for PAN2OP.C
- \PAN2OP.C............Example of panning effects for 2OP stereo FM
- \MKPAN.BAT...........Batch file to compile PAN2OP.C
- \MKPHASE.BAT.........Batch file to compile PHASE.C
-
- \PAS\SUBS\MIDI\MK.BAT............Batch file to build all MIDI low level code
- \MAKEFILE..........Make file for MIDI routines.
- \TINY.BAT..........Batch file to compile all code for TINY model
- \SMALL.BAT.........Batch file to compile all code for SMALL model
- \LARGE.BAT.........Batch file to compile all code for LARGE model
- \MIDIA.ASM.........Low level MIDI access routines.
- \MIDI.C............MIDI test program.
- \MIDI..............Make file for the MIDI test program.
-
- \PAS\SUBS\MISC\MK.BAT............Batch file to build all MISC low level code
- \MAKEFILE..........Make file for miscellaneous routines.
- \TINY.BAT..........Batch file to compile all code for TINY model
- \SMALL.BAT.........Batch file to compile all code for SMALL model
- \LARGE.BAT.........Batch file to compile all code for LARGE model
- \FMEMCPY.ASM.......Large model "memcpy" routine.
- \GETHW.ASM.........Low level code to get the hardware device info.
- \HISTO.ASM.........Histogram accumulation routines.
- \MEMORY.ASM........Direct to DOS memory allocation routines.
- \MVOUT.ASM.........shadowed I/O to relocatable Pro Audio cards.
- \MVSTATE.ASM.......State table for write only Pro Audio cards.
- \INITHW.C..........'C' code to initialize the hardware.
- \MVINIT............Make file to MVINIT.C
- \MVINIT.C..........DOS utility program that initializes the H/W
- \SELFILT.C.........Filter selection based on the sample rate.
-
- \PAS\SUBS\MIXERS\MK.BAT..........Batch file to build all MIXER low level code
- \MAKEFILE........Make file for mixer routines.
- \TINY.BAT .......Batch file to compile all code for TINY model
- \SMALL.BAT.......Batch file to compile all code for SMALL model
- \LARGE.BAT.......Batch file to compile all code for LARGE model
- \MAIN............Make file for MAIN.C
- \MAIN.C..........Demo DOS utility to run the mixer dialog.
- \MIXERC.C........Application Mixer initialization code
- \CMIXERS.ASM.....'C' interface code to the linked mixer code.
- \DIALOG.C........Mixer dialog code found in PAS.EXE.
- \DIALOG.H........Miscellaneous stuff for DIALOG.C.
- \DIALOGA.ASM.....Low level routines for DIALOG.C.
-
- \PAS\SUBS\MIXERS\FYI\MIXERS......Make file for the mixer code.
- \MIXERS.ASM..Source code to mixer access routines.
- \MIXER.DRV...Disk resident version of the mixer code.
- \MIXBIN.H....Header file containing the mixer code.
- \ORIGMIXC.C..Version of original developers kit Mixer code.
-
- \PAS\SUBS\MVSOUND\MK.BAT.........Batch file to build all MVSOUND low level code
- \MAKEFILE.......Make file for MVSOUND.ASM code.
- \TINY.BAT.......Batch file to compile all code for TINY model
- \SMALL.BAT......Batch file to compile all code for SMALL model
- \LARGE.BAT......Batch file to compile all code for LARGE model
- \MVSOUND.ASM....Hardware level routines for PCM I/O.
-
- \PAS\SUBS\PCM\MK.BAT.............Batch file to build all PCM high level code
- \MAKEFILE...........Make file for pcm I/O routines.
- \TINY.BAT...........Batch file to compile all code for TINY model
- \SMALL.BAT..........Batch file to compile all code for SMALL model
- \LARGE.BAT..........Batch file to compile all code for LARGE model
- \PCMIOA.ASM.........Low level PCM block and file I/O routines.
- \PCMIOC.C...........New API High level PCM routines.
- \PCMOLDC.C..........Older API High level PCM block and file I/O routines.
-
- \PAS\SUBS\VIDEO\MK.BAT...........Batch file to build all VIDEO low level code
- \MAKEFILE.........Make file for simple video code.
- \TINY.BAT.........Batch file to compile all code for TINY model
- \SMALL.BAT........Batch file to compile all code for SMALL model
- \LARGE.BAT........Batch file to compile all code for LARGE model
- \VIDEO.ASM........Source to video routines.
-
- \PAS\MISC\MVI....................Make file for MVI.C.
- \MVI.C..................Source code for a pgm that talks to MVSOUND.SYS.
- \MVI.EXE................DOS utility to talk to MVSOUND.SYS.
-
- \PAS\TOOLS\FIXWAVE.EXE...........Utility to fix some .WAV header problems.
- \MAKEBIN.EXE...........Converts a .COM file into a .H header.
- \MVI.EXE...............Utility to to talk to MVSOUND.SYS
- \MVINIT.EXE............Utility to reset the hardware.
- \OPL3.EXE..............OPL3 FM synthesizer programming utility.
- \OPL3.STT..............OPL3 state file for OPL3.EXE.
- \OPL3HELP.INP..........Helps for OPL3.EXE.
- \PAS.EXE...............DOS command line interface & mixer control.
- \PLAYFILE.EXE..........Utility to play .WAV and .VOC files.
- \RECFILE.EXE...........Utility to record .WAV files
- \REPORT.COM............TSR to report all int 2F activity.
- \STARTFM.EXE...........Utility to generate a tone from the FM chip.
- \WAVEIT.EXE............Utility to convert raw data into .WAV files.
- \WHATIS.EXE............Utility to detail the contents of a .VOC file.
-
- \SAMPLES\WAVES.ZIP...............WAVE sound file samples.
-
-